reflect.structType.FieldByNameFunc (method, view implemented interface methods)
3 uses
reflect (current package)
type.go#L997: return tt.FieldByNameFunc(match)
type.go#L1296: func (t *structType) FieldByNameFunc(match func(string) bool) (result StructField, ok bool) {
type.go#L1419: return t.FieldByNameFunc(func(s string) bool { return s == name })
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)